home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Trial / Webroot Internet Security Essentials / WebrootSecurityTrialSetup_EN.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TFRMPASSWORD / TFRMPASSWORD.txt
Text File  |  2008-11-13  |  2KB  |  83 lines

  1. object frmPassword: TfrmPassword
  2.   Left = 340
  3.   Top = 364
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'password'
  7.   ClientHeight = 150
  8.   ClientWidth = 329
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblPassword: TResStaticText
  22.     Left = 16
  23.     Top = 16
  24.     Width = 169
  25.     Height = 17
  26.     TabOrder = 4
  27.     ResourceCaption = 20501
  28.   end
  29.   object lblConfirmPassword: TResStaticText
  30.     Left = 16
  31.     Top = 64
  32.     Width = 206
  33.     Height = 17
  34.     TabOrder = 5
  35.     ResourceCaption = 20500
  36.   end
  37.   object OKBtn: TResTeButton
  38.     Left = 66
  39.     Top = 114
  40.     Width = 100
  41.     Height = 25
  42.     Default = True
  43.     ModalResult = 1
  44.     TabOrder = 2
  45.     ResourceCaption = 20018
  46.   end
  47.   object CancelButton: TResTeButton
  48.     Left = 178
  49.     Top = 114
  50.     Width = 100
  51.     Height = 25
  52.     Cancel = True
  53.     ModalResult = 2
  54.     TabOrder = 3
  55.     ResourceCaption = 20019
  56.   end
  57.   object edtPassword: TEdit
  58.     Left = 16
  59.     Top = 32
  60.     Width = 297
  61.     Height = 21
  62.     Color = clWhite
  63.     MaxLength = 1000
  64.     PasswordChar = '*'
  65.     TabOrder = 0
  66.   end
  67.   object edtConfirmPassword: TEdit
  68.     Left = 16
  69.     Top = 80
  70.     Width = 297
  71.     Height = 21
  72.     Color = clWhite
  73.     MaxLength = 1000
  74.     PasswordChar = '*'
  75.     TabOrder = 1
  76.   end
  77.   object ThemeForm: TTeForm2
  78.     ThemeObject = 'StandardDialog'
  79.     Left = 16
  80.     Top = 112
  81.   end
  82. end
  83.